Draft
Conversation
2 tasks
tlaurion
requested changes
Mar 16, 2025
Collaborator
|
@arhabd 15h.org fork now agesa based and good with qubesos again. Any plan to bump this PR to latest coreboot fork commit + coreboot config? |
Contributor
Author
yes, i have this building with latest 15h coreboot using the following commands these are picked out of my command history so i might have missed something but this should get anyone started if they want to build this. |
Add coreboot-15h module pointing to the AGESA-based 15h fork: repo: https://git.15h.org/mrothfuss/coreboot-15h.git branch: 4.11_wip-tpm commit: 1afdea5572e4908c51c5b4bed43fcdc2a98fd768 Builds its own toolchain (not reusing coreboot 4.11 buildstack). Move all four kgpe-d16 boards out of unmaintained_boards/ to boards/: git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_workstation boards/kgpe-d16_workstation git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_workstation-usb_keyboard boards/kgpe-d16_workstation-usb_keyboard git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_server boards/kgpe-d16_server git mv unmaintained_boards/UNMAINTAINED_kgpe-d16_server-whiptail boards/kgpe-d16_server-whiptail Save all four coreboot configs in defconfig format: ./docker_repro.sh make BOARD=kgpe-d16_workstation coreboot.save_in_defconfig_format_in_place ./docker_repro.sh make BOARD=kgpe-d16_workstation-usb_keyboard coreboot.save_in_defconfig_format_in_place ./docker_repro.sh make BOARD=kgpe-d16_server coreboot.save_in_defconfig_format_in_place ./docker_repro.sh make BOARD=kgpe-d16_server-whiptail coreboot.save_in_defconfig_format_in_place Enable TPM measured boot via menuconfig for kgpe-d16 boards. Update kgpe-d16 server and workstation coreboot configs to use 15h fork. circleci: add fam15h build jobs with standalone x86-musl-cross-make dep. doc/BOARDS_AND_TESTERS.md: note KGPE-D16 revived via 15h fork. Signed-off-by: arhabd <arhabodey@proton.me> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #1929